php mysql datetime format string

41

php mysql datetime format string -

$phpdate = strtotime( $mysqldate );
$mysqldate = date( 'Y-m-d H:i:s', $phpdate );

Comments

Submit
0 Comments